From 3e18265d3a32fa907f266ddd4551761f1f3abb82 Mon Sep 17 00:00:00 2001 From: Ceph Maintainers Date: Sun, 30 Jul 2017 10:48:17 +0100 Subject: [PATCH] disable-openssl-linking Gbp-Pq: Name disable-openssl-linking.patch --- src/rgw/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index b083dd102..1ef44a378 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -133,8 +133,7 @@ libcivetweb_la_SOURCES = \ libcivetweb_la_CXXFLAGS = ${CIVETWEB_INCLUDE} -fPIC -Woverloaded-virtual \ ${AM_CXXFLAGS} -libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC -DNO_SSL_DL -LIBCIVETWEB_DEPS += -lssl -lcrypto +libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC noinst_LTLIBRARIES += libcivetweb.la -- 2.30.2